Week 3 — Soldering and Embedded Programing

Sep 18, 2025 · Soldering Electronics Qpad

Goal: This week was about soldering a circuit board that could function, at least to some degree.😀

I had never soldered before, though I had seen it a few times on YouTube. The concept seemed straightforward: heat the soldering iron, melt the solder (lead-based or otherwise), let it cool, and it bonds the components together.

In reality, the process was much trickier and more nuanced. After an hour-long demonstration by Anthony, we were given our own boards and components to try.

The first challenge was figuring out which piece went where. For that, we relied on the datasheet for the specific board we were using.The sematics shows which port connects to which and does what.

The sematics shows which port connects to which and does what.
Board Front
Board Back

The actual board itself has info printed for reference toothough with some flexibility—for example, the board specified 5.1k resistors, but I was told 4.9k would work fine. Even though this stage only took about five minutes, it was surprisingly overwhelming. With so many tiny components scattered on the table, people scrambling for parts, and my limited knowledge of what each piece actually did, I felt out of my depth.

Parts gathered, now for the real challenge

Challenges: Unfortunately🙁, I’ve never had especially steady hands, and soldering components barely a tenth the size of my fingernail only made that more obvious. Watching Anthony handle it effortlessly was both impressive and frustrating, especially as I kept nudging parts out of place with the tweezers.

One of the more fascinating parts of the process was using solder paste. It’s oddly satisfying😄 to see a glob of paste transform into neat solder points when exposed to hot air 😮(about 280°C). My first attempt failed because I left the hot air gun on the default setting, and nothing happened after five minutes. ⌛️

On the second try, I overdid it...😵‍💫

After preparing the board, we had to solder on a programmer and connect it in order to upload code. With some struggle—both with Arduino settings and the soldering itself—I managed to burn the bootloader successfully.The result is write the code, and "upload the sketch"

Small Steps, Let there be light!
Display works too!